ASP.NET MVC コントロールヘルプ
KeyActionTab プロパティ (FlexGridBase<T>)

C1.Web.Mvc アセンブリ > C1.Web.Mvc 名前空間 > FlexGridBase<T> クラス : KeyActionTab プロパティ
[Tab]キーが押されたときに実行されるアクションを取得または設定します。
シンタックス
'宣言
 
Public Overridable Property KeyActionTab As KeyAction
public virtual KeyAction KeyActionTab {get; set;}
解説
The default setting for this property is C1.Web.Mvc.Grid.KeyAction.None, which causes the browser to select the next or previous controls on the page when the TAB key is pressed. This is the recommended setting to improve page accessibility. In previous versions, the default was set to C1.Web.Mvc.Grid.KeyAction.Cycle, which caused the control to move the selection across and down he grid. This is the standard Excel behavior, but is not good for accessibility.
参照

FlexGridBase<T> クラス
FlexGridBase<T> メンバ